home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
john
/
hc_resed
/
ResEdit IPS™
/
card_12193.txt
< prev
next >
Wrap
Text File
|
1988-07-22
|
911b
|
47 lines
-- card: 12193 from stack: in
-- bmap block id: 12681
-- flags: 0000
-- background id: 2067
-- name: Example #3
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=2 top=318 right=339 bottom=41
-- title width / last selected line: 0
-- icon id / first selected line: 19381 / 19381
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
set lockScreen to true
go prev card
go prev card
set lockScreen to false
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=470 top=320 right=341 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 22308 / 22308
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
go next card
end mouseUp